home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- :RUNFFBL
-
- C:
- REM Change to Your Franchise Football Drive
-
- CD\DOORS\FFBL
- REM Change to your FFBL Path
-
- FOOTBALL FOOT%1.CFG
- REM This should be Ok, if you used the config file system
- REM and called it FOOT#.CFG where #=Node number... then pass the node from
- REM your BBS... START.BAT %N
-
- IF ERRORLEVEL 50 GOTO RUNIGM
-
- GOTO END
-
- :RUNIGM
- CALL DO%1.BAT %1
- GOTO RUNFFBL
-
- :END
-
- C:
- CD\BBS
- EXIT
- REM Any special instructions you need to start your BBS should go here ( for
- REM example, CD\BBS, EXIT, etc... )
-
-